home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 670 b | 25 lines | [TEXT/ScoM] |
- ; This tester plays 24-tone octave. If you do not know how many steps one
- ; semitone has you can test it experimentally by this example. When you
- ; hear the scale progressing smoothly then the resolution is acceptable.
- ; Hint: 24-tone scale sounds like a 12-tone chromatic scale, except it
- ; has extra step in between each note.
-
- (def-section sect-a
- default
- zone '(24/16)
- tonality (activate-tonality (equal-tempered 24 'c 4 4096))
- length '(1/16)
- velocity '(64)
- piano
- symbol '(a b c d e f g h i j k l m n o p q r s t u v x y)
- channel 1
- )
-
- (def-tempo 120)
-
- (midiport :printer)
-
- (play-file-p "tuning test"
- piano '(sect-a)
- )
-